home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14473 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: news.dal.ca!news
  2. From: keichele@ac.dal.ca (Klaus Eichele)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: HELP!! with Borland 4.5 for windows
  5. Date: Sun, 31 Mar 1996 05:27:07 GMT
  6. Organization: Dalhousie University
  7. Message-ID: <4jkn1c$rbm@News.Dal.Ca>
  8. References: <4jk6ae$ioj@sphinx.Gsu.EDU>
  9. NNTP-Posting-Host: rewasylishen.chem.dal.ca
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. gs01lmh@panther.Gsu.EDU (Louis Miller Hall) wrote:
  13.  
  14. >I am having a problem linking basic EasyWin programs that I used to be 
  15. >able to link easily.  I create a project by choosing "New Project" then 
  16. >choose EasyWin in the Advanced Box I uncheck .def and .rc and go from 
  17. >there.  I write my EasyWin .cpp program which compiles, but when I click 
  18. >the lightning bolt I get the following error:
  19.  
  20. >Linker Fatal:  Unable to open file 'cOwl.obj' 
  21.  
  22. >even though my project looks like this:
  23.  
  24. >date[.exe]
  25. >  date[.cpp]  code size = 106  lines = 13 data = 11
  26.  
  27. >these are the only files I have yet the compiler is still trying to link 
  28. >the Owl file!!
  29.  
  30. >Any ideas out there, I would truly appreciate any help and give my thanks 
  31. >in advance.
  32.  
  33. Hi,
  34. I am not sure, but I think the cOwl.obj has nothing to do with Owl,
  35. rather, the '0' is a zero and this file contains object code required
  36. for Windows programs using the large memory model. If you have
  37. installed the large memory model, you should find it in the bc45\lib
  38. directory. If it's not there, than that's your problem.
  39. If it's there, some of the paths in your project might not be set
  40. properly. Make sure that in the 'Project Options' the
  41. Directory|Library has the path to the place where c0wl.obj lives.
  42.  
  43. Good Luck,
  44. Klaus
  45. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  46. Klaus Eichele         keichele@is.dal.ca  
  47. http://is.dal.ca/~keichele/keichele.html
  48.  
  49.